home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0424.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  3.6 KB  |  64 lines

  1. At NJIT we are going beyond the scope of the WWW.  We will support HTML
  2. for access, plus extensions for interactive group hypermedia.  Some issues
  3. involve the larger WWW community others may be better suited for another
  4. forum.  Although nothing is cast in stone, we must impliment these capabilities
  5. now, before the standards arrive.  We seek to maximize our WWW compliance.
  6. This is a summary of our current direction for your comments.
  7.  
  8. We will NOT obey the pricipal that the same reference always accesses the
  9. same hypertext object.  We plan a <VAR> tag to indicate variable data in
  10. the text.  Text within the <VAR> to </VAR> should not be cached.  It would
  11. be helpful if other clients supported this convention.  Initially, we will
  12. not cache the entire document is it contains one or more <VAR>, later we
  13. want to be able to request only the <VAR> fields for the document and
  14. merge them with a cached version with minimal communication.  VAR should
  15. have a TIMEOUT parameter ultimately.
  16.  
  17. We will add an <INPUT> tag, with parameters for length, type, and default.
  18. We will allow inputs to be sent using the format of search keywords over
  19. http.  It would be helpful if other browsers allow serches on documents
  20. containing the <INPUT> tag.  The length suggests how much space to leave
  21. for the input, not a maximum necesarily.  Text through </INPUT>  may be
  22. the prompt. A name parameter will allow addressing inputs like anchors.
  23. An input is, afterall, like an achor for keyboard data.  In addition to
  24. query (search) for input data, we will also require a submit, as http
  25. has no PUT operation, we will use mail (as with comments, see below).
  26.  
  27. We eventually want an <INCLUDE> tag with an HREF parameter.  This will allow
  28. breaking documents into smaller pieces that can be maintained independantly.
  29.  
  30. A fallback mechanism will be required.  I don't know if that issue has 
  31. been settled.  We will need a rules file capability for the client back 
  32. end and support for fallback entries in our rules file.  We should consider
  33. restructuring our rules mechanism to better support caching of documents.
  34.  
  35. We look forward to the dust settling in the multi-media mechanisms for the
  36. web.  In the mean time, and in addition, we plan to support file name
  37. conventions to determine the type of the document when it is otherwise
  38. unspecified.  Innitially we will support .html, .man, .mm, .ms, .jpeg, .gif,
  39. .au, .tar and the .Z suffix. Support for .mime might also be quite nice
  40. dispite the recursion.  We have not resolved all the issues of supporting
  41. this over an http link or dividing the responsibilities between the
  42. client back end and the server.  We may innitially restrict this to
  43. local and ftp file addresses.
  44.  
  45. We have tenativly selected tcl as our machine independant procedure
  46. language to define group activities accociated with the WEB "group
  47. memory".  Though we prefer Smalltalk, tcl provides a sufficient meta
  48. language capability across Unix, pc's and mac's in the public domain.
  49. The wish (tk) extensions to tcl for Xwindows and tkWWW are an added
  50. plus.  I'd like feedback from others on the use of tcl.
  51.  
  52. I've been planning an interactive service via http://eies2.njit.edu/
  53. (or telnet://www@eies2.njit.edu/), but lacked time to make it releasable.
  54. I promise to get around to it soon.  Comments are sent to www@eies2.njit.edu
  55. as mail with the HREF as the subject and the text of the comment after
  56. a blank line in the message body.  If the comment does not begin with
  57. an HTML markup, <FIXED> will be assumed, <> quoted (i.e. \<\>), and anchors
  58. added for imbedded HREFS.   (Yes, we do plan to support MIME eventually).
  59. Hopefully the service will be up soon enough for your comments.
  60. Check http://eies2.njit.edu/interactive.
  61.  
  62. jim
  63.  
  64.